home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / diskutil / unixflop.lzh / README < prev    next >
Text File  |  1990-07-27  |  2KB  |  55 lines

  1. Utilities to transfer data to/from unix boxes with floppy drives
  2. ================================================================
  3.  
  4. These are the utilities I use.  (source & binaries included).
  5. They are not packaged enough to be posted on comp.[sources|binaries].atari.st,
  6. but will work as un-arced.
  7.  
  8. Raw2tar, Tar2raw:
  9. =================
  10.  
  11. How to use them:
  12.  
  13. On unix: (name of device my vary: on sony: /dev/flopd, on suns ?)
  14.  
  15. UNIX      | <-- tar xfv /dev/floppy   <-- | Raw disk, double sided, 9 sectors
  16. directory | --> tar cfv /dev/floppy . --> | with no directory structure
  17.  
  18. On st:
  19.  
  20. TOS  | --> ctar d:\a.tar <dir> --> | D:\a.tar | --> tar2raw --> | Raw
  21. disk | <-- detar d:\a.tar      <-- | tar file | <-- raw2tar <-- | disk
  22.  
  23. You must create yourself the ramdisk in D: with a sufficient size to hold
  24. the tar file. TOS and raw disk must be formatted. I included here ctar
  25. and detar, whose docs and sources are on terminator.cc.umich.edu
  26.  
  27. Unixflop:
  28. =========
  29.  
  30. This is an attempt to make one program creating the tar file in its own
  31. memory, thus avoiding to create a ramdisk and use a separate tar program
  32. on the ST. It works, but ONLY in the UNIX->ST direction (de-taring)!!!
  33. It is not finished, and will bomb on the opposite use.
  34.  
  35. unixflop will gobble up the raw unix disk in memory, the prompt you for
  36. a formatted TOS disk to write files in tos format. It works very well, the
  37. only bug is that, due to my non-understanding of GEM, you may have to reboot
  38. your ST after exiting it by clicking on the close box, (the mouse freezes).
  39. Apparently, if you only use the keyboard, all works Ok.
  40. My main use was this way of the transfer, so I didn't have the motivation
  41. to finish the other side of unixflop...
  42.  
  43. Copyright:
  44. ==========
  45.  
  46. I release these programs in the public domain, you can do ANYTHING with 
  47. them. (I compiled them with Laser C, but they should work with any ST C
  48. compiler) 
  49.  
  50. Of course, I will appreciate if you send me back or post your improvements.
  51.  
  52. Colas Nahaboo, Bull Research France -- Koala Project -- GWM X11 Window Manager
  53. colas@avahi.inria.fr            Phone: (33) 93.65.77.70, Fax: (33) 93 65 77 66
  54. INRIA - Sophia Antipolis, 2004, rte des Lucioles, 06565 Valbonne Cedex, FRANCE
  55.